home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Old Testament Foundatiosn with Philip Yancey
/
Old Testament Foundatiosn with Philip Yancey - Disc 2.iso
/
pc
/
data
/
m26.dir
/
00008.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1996-09-09
|
279 b
|
13 lines
on mouseDown
global gPreviousMovie, gLessonSection, gLesson
set the castNum of sprite 7 to cast "b013"
if pressButton(6) then
pupSprites(1, 48, 0)
if gLesson then
go(gLessonSection, gPreviousMovie)
else
go(1, gPreviousMovie)
end if
end if
end